home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-03-30 | 1.1 KB | 52 lines |
- CC = cgcc
- CFLAGS = -O -mshort -I../h -Wall $(XFLAGS)
-
- SRCS= textedit.c textlow.c textdbg.c editwin.c
- OBJS= textedit.o textlow.o textdbg.o editwin.o
- ALL= texted16
-
- all: $(ALL)
-
- $(ALL): $(OBJS)
- touch $(ALL)
-
- clean:
- rm -f core *.o [,@#]*
-
- realclean: clean
- rm -f lib.a tags *.[A-Z] $(ALL)
-
- # End Rules
- textedit.o: textedit.c
- textedit.o: ./text.h
- textedit.o: ../h/stdwin.h
- textedit.o: ../h/stdevent.h
- textedit.o: ../h/stdtext.h
- textedit.o: ../h/tools.h
- textedit.o: ../h/configure.h
- textedit.o: ../h/l_defs.h
- textlow.o: textlow.c
- textlow.o: ./text.h
- textlow.o: ../h/stdwin.h
- textlow.o: ../h/stdevent.h
- textlow.o: ../h/stdtext.h
- textlow.o: ../h/tools.h
- textlow.o: ../h/configure.h
- textlow.o: ../h/l_defs.h
- textdbg.o: textdbg.c
- textdbg.o: ./text.h
- textdbg.o: ../h/stdwin.h
- textdbg.o: ../h/stdevent.h
- textdbg.o: ../h/stdtext.h
- textdbg.o: ../h/tools.h
- textdbg.o: ../h/configure.h
- textdbg.o: ../h/l_defs.h
- editwin.o: editwin.c
- editwin.o: ../h/stdwin.h
- editwin.o: ../h/stdevent.h
- editwin.o: ../h/stdtext.h
- editwin.o: ../h/tools.h
- editwin.o: ../h/configure.h
- editwin.o: ../h/l_defs.h
- editwin.o: ../h/editwin.h
-